action attribute syntax
Use the following syntax to specify the action attribute:
action="enumeration"
where enumeration is one of: download | upload | uploadAndCreate | restore | save | delete | rename
- download - writes the ingredient value in the data set to the tags in the tag set
- upload - reads the tag values in the tag set and writes those values to the data set in the recipe file
- uploadAndCreate - reads the values in a tag set and creates a new recipe unit by writing those values to a new data set
- restore - writes the values in a recipe unit to a RecipePlus table object
- save - writes the values displayed in a RecipePlus table object to a recipe file
- delete - deletes the currently selected recipe unit from the recipe file
- rename - renames the currently selected recipe unit
See also
action attribute
enumeration